ButtonsStyle class

Constructors

ButtonsStyle({@required String? text, Color backgroundColor = Colors.white, Color textColor = Colors.black, double radius = 5, bool visible = true})
const

Properties

backgroundColor Color
final
hashCode int
The hash code for this object.
no setterinherited
radius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final
textColor Color
final
visible bool
final

Methods

copyWith({Color? backgroundColor, Color? textColor, double? radius, bool? visible, String? text}) ButtonsStyle
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