Quick docs grammar fixes (#152700)
Yes I spent my precious time on this.
This commit is contained in:
parent
df88595d19
commit
e08b0a56f9
@ -172,7 +172,7 @@ class ElevatedButton extends ButtonStyleButton {
|
||||
/// All parameters default to null, by default this method returns
|
||||
/// a [ButtonStyle] that doesn't override anything.
|
||||
///
|
||||
/// For example, to override the default text and icon colors for a
|
||||
/// For example, to override the default text and icon colors for an
|
||||
/// [ElevatedButton], as well as its overlay color, with all of the
|
||||
/// standard opacity adjustments for the pressed, focused, and
|
||||
/// hovered states, one could write:
|
||||
|
@ -2226,7 +2226,7 @@ class EditableText extends StatefulWidget {
|
||||
}
|
||||
}
|
||||
|
||||
/// State for a [EditableText].
|
||||
/// State for an [EditableText].
|
||||
class EditableTextState extends State<EditableText> with AutomaticKeepAliveClientMixin<EditableText>, WidgetsBindingObserver, TickerProviderStateMixin<EditableText>, TextSelectionDelegate, TextInputClient implements AutofillClient {
|
||||
Timer? _cursorTimer;
|
||||
AnimationController get _cursorBlinkOpacityController {
|
||||
|
Loading…
x
Reference in New Issue
Block a user