DemoFluTheme class

Provides storage for default theme.

Constructors

DemoFluTheme({Color bulletsBorderColor = _grey400, Color bulletsBorderIconColor = _grey800, Color arrowBorderColor = _grey400, Color solidBorderColor = _grey400, double sectionMarginLeft = 0, double sectionMarginBottom = 24, Color dividerColor = _grey300, double dividerThickness = 1, Color? codeBackground = _grey100, EdgeInsetsGeometry? codePadding = const EdgeInsets.all(16), SectionBorder? codeBorder = const SolidBorder(color: _grey200), SectionBorder? consoleBorder = const SolidBorder(color: _grey200), Color? widgetBackground})

Properties

arrowBorderColor Color
Arrow border color
final
bulletsBorderColor Color
Bullets border color
final
bulletsBorderIconColor Color
Bullets border icon color
final
codeBackground Color?
Code section background.
final
codeBorder SectionBorder?
Code border
final
codePadding EdgeInsetsGeometry?
Code section padding.
final
consoleBorder SectionBorder?
Console border
final
dividerColor Color
Divider section color
final
dividerThickness double
Divider section thickness
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionMarginBottom double
Section margin left
final
sectionMarginLeft double
Section margin left
final
solidBorderColor Color
Solid border color
final
widgetBackground Color?
Widget section background.
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