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, WidgetStatesController? statesController, bool? isSemanticButton, IconAlignment? iconAlignment})

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
iconAlignment → IconAlignment?
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 → WidgetStatesController?
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