Style class

Constructors

Style({String? primaryColor1, String? primaryColor2, String? primaryColor3, String? secondaryColor1, String? secondaryColor2, String? secondaryColor3, String? backgroundColor, String? fontFamily, int? fontSize, Anchor? anchor, Box? box, Button? button, Card? card, Divider? divider, DotLoader? dotLoader, FormControl? formControl, Header? header, Icons? icons, InputGroup? inputGroup, InputSlider? inputSlider, Label? label, PieChart? pieChart, ProgressBar? progressBar, Svgs? svgs, Text? text, Toggle? toggle, Tooltip? tooltip})
Style.fromJson(dynamic json)

Properties

anchor → Anchor?
no setter
backgroundColor → String
no setter
box → Box?
no setter
button → Button?
no setter
card → Card
no setter
divider → Divider?
no setter
dotLoader → DotLoader?
no setter
fontFamily → String?
no setter
fontSize → int?
no setter
formControl → FormControl?
no setter
hashCode → int
The hash code for this object.
no setterinherited
no setter
icons → Icons?
no setter
inputGroup → InputGroup?
no setter
inputSlider → InputSlider?
no setter
label → Label?
no setter
pieChart → PieChart?
no setter
primaryColor1 → String
no setter
primaryColor2 → String
no setter
primaryColor3 → String
no setter
progressBar → ProgressBar?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor1 → String
no setter
secondaryColor2 → String
no setter
secondaryColor3 → String
no setter
svgs → Svgs?
no setter
text → Text?
no setter
toggle → Toggle?
no setter
tooltip → Tooltip?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited