ChartActionButtonTheme class

Constructors

ChartActionButtonTheme.new({double? height, double? fontSize, EdgeInsetsGeometry? padding, double? borderRadius, double? borderWidth, Color? lightSelectedBackgroundColor, Color? lightUnselectedBackgroundColor, Color? lightSelectedTextColor, Color? lightUnselectedTextColor, Color? lightBorderColor, Color? darkSelectedBackgroundColor, Color? darkUnselectedBackgroundColor, Color? darkSelectedTextColor, Color? darkUnselectedTextColor, Color? darkBorderColor})
const

Properties

borderRadius double?
final
borderWidth double?
final
darkBorderColor Color?
final
darkSelectedBackgroundColor Color?
final
darkSelectedTextColor Color?
final
darkUnselectedBackgroundColor Color?
final
darkUnselectedTextColor Color?
final
fontSize double?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
lightBorderColor Color?
final
lightSelectedBackgroundColor Color?
final
lightSelectedTextColor Color?
final
lightUnselectedBackgroundColor Color?
final
lightUnselectedTextColor Color?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? height, double? fontSize, EdgeInsetsGeometry? padding, double? borderRadius, double? borderWidth, Color? lightSelectedBackgroundColor, Color? lightUnselectedBackgroundColor, Color? lightSelectedTextColor, Color? lightUnselectedTextColor, Color? lightBorderColor, Color? darkSelectedBackgroundColor, Color? darkUnselectedBackgroundColor, Color? darkSelectedTextColor, Color? darkUnselectedTextColor, Color? darkBorderColor}) ChartActionButtonTheme
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