Unverified Commit b2eed9a6 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

add export of TextCapitalization to text_field.dart (#19955)

parent d6bfda6c
...@@ -17,7 +17,7 @@ import 'material.dart'; ...@@ -17,7 +17,7 @@ import 'material.dart';
import 'text_selection.dart'; import 'text_selection.dart';
import 'theme.dart'; import 'theme.dart';
export 'package:flutter/services.dart' show TextInputType, TextInputAction; export 'package:flutter/services.dart' show TextInputType, TextInputAction, TextCapitalization;
/// A material design text field. /// A material design text field.
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment