StiloDivider class abstract

A class that constructs Divider widgets

Constructors

StiloDivider()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

divide0({Color color = _defaultColor, double indent = _defaultIndent}) Divider
Constructs a Divider with 0.0 of height
divide10({Color color = _defaultColor, double indent = _defaultIndent}) Divider
Constructs a Divider with 10.0 of height
divide2({Color color = _defaultColor, double indent = _defaultIndent}) Divider
Constructs a Divider with 2.0 of height
divide4({Color color = _defaultColor, double indent = _defaultIndent}) Divider
Constructs a Divider with 4.0 of height
divide6({Color color = _defaultColor, double indent = _defaultIndent}) Divider
Constructs a Divider with 6.0 of height
divide8({Color color = _defaultColor, double indent = _defaultIndent}) Divider
Constructs a Divider with 8.0 of height