FluoAnswerStyle class

Constructors

FluoAnswerStyle({EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 20, vertical: 15), Color backgroundColor = const Color(0x09000000), Color? backgroundHighlightColor = const Color(0x12000000), Color backgroundSelectedColor = const Color(0xFFFFFF8D), Color borderColor = Colors.transparent, Color? borderHighlightColor = Colors.transparent, Color borderSelectedColor = Colors.black, EdgeInsets iconContainerPadding = const EdgeInsets.all(6), Color iconContainerColor = Colors.white, TextStyle? titleTextStyle})
const

Properties

backgroundColor Color
final
backgroundHighlightColor Color?
final
backgroundSelectedColor Color
final
borderColor Color
final
borderHighlightColor Color?
final
borderSelectedColor Color
final
hashCode int
The hash code for this object.
no setterinherited
iconContainerColor Color
final
iconContainerPadding EdgeInsets
final
padding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleTextStyle TextStyle?
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.
inherited