RendererStyle class
- Implementers
Constructors
- RendererStyle({double fontSize = 10, EdgeInsets padding = const EdgeInsets.only(left: 5, right: 5), RendererColors colors = const RendererColors()})
-
const
Properties
- colors → RendererColors
-
final
- fontSize → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsets
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getMAColor(
int index) → Color -
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