MaterialTextButtonData class

Constructors

MaterialTextButtonData({Key? widgetKey, Widget? child, VoidCallback? onPressed, VoidCallback? onLongPress, FocusNode? focusNode, ButtonStyle? style, bool? autofocus, Clip? clipBehavior, Widget? icon, ValueChanged<bool>? onHover, ValueChanged<bool>? onFocusChange, MaterialStatesController? statesController, bool? isSemanticButton})

Properties

autofocus bool?
final
child Widget?
finalinherited
clipBehavior Clip?
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
final
isSemanticButton bool?
final
onFocusChange ValueChanged<bool>?
final
onHover ValueChanged<bool>?
final
onLongPress VoidCallback?
final
onPressed VoidCallback?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statesController MaterialStatesController?
final
style ButtonStyle?
final
widgetKey Key?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited