SelectionBorderSide class
Describes how each side of a Selection border should be rendered.
- Annotations
Constructors
-
SelectionBorderSide.dashed({Color? color, required double width, List<
double> dashIntervals = kDefaultDashIntervals}) -
const
- SelectionBorderSide.none()
-
const
- SelectionBorderSide.solid({Color? color, required double width})
-
const
Properties
- color → Color?
-
final
- dashed → bool
-
final
-
dashIntervals
→ List<
double> -
The interval between dashes and empty spaces in a dashed border.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFlutterBorderSide(
) → BorderSide - Convert to BorderSide.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override