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

This commit is contained in:
Jonah Williams 2018-07-30 10:42:46 -07:00 committed by GitHub
parent d6bfda6c10
commit b2eed9a6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ import 'material.dart';
import 'text_selection.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.
///