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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited