ActionStyle class

Constructors

ActionStyle({EdgeInsetsGeometry? padding, Color? backgroundColor, Color? disableColor, Color? selectColor, BorderRadius? borderRadius, Border? border})
const
ActionStyle.dark({EdgeInsetsGeometry? padding = const EdgeInsets.all(4), Color? backgroundColor = const Color(0xff3f4042), BorderRadius? borderRadius = const BorderRadius.all(Radius.circular(4)), Border? border, Color? disableColor = Colors.grey, Color? selectColor = const Color(0xff3f4042)})
const
ActionStyle.light({EdgeInsetsGeometry? padding = const EdgeInsets.all(4), Color? backgroundColor = const Color(0xffeff3f6), Color? disableColor = Colors.grey, BorderRadius? borderRadius = const BorderRadius.all(Radius.circular(4)), Border? border, Color? selectColor = const Color(0xffeff3f6)})
const

Properties

backgroundColor Color?
final
border Border?
final
borderRadius BorderRadius?
final
disableColor Color?
final
hashCode int
The hash code for this object.
no setteroverride
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectColor Color?
final

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.
override