TableBorderDto class
- Inheritance
-
- Object
- Dto<
TableBorder> - TableBorderDto
Constructors
-
TableBorderDto({BorderSideDto? top, BorderSideDto? right, BorderSideDto? bottom, BorderSideDto? left, BorderSideDto? horizontalInside, BorderSideDto? verticalInside, BorderRadiusGeometryDto<
BorderRadiusGeometry> ? borderRadius}) -
const
- TableBorderDto.all({Color color = const Color(0xFF000000), double width = 1.0, BorderStyle style = BorderStyle.solid, BorderRadius borderRadius = BorderRadius.zero})
-
factory
Properties
-
borderRadius
→ BorderRadiusGeometryDto<
BorderRadiusGeometry> ? -
final
- bottom → BorderSideDto?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalInside → BorderSideDto?
-
final
- left → BorderSideDto?
-
final
-
props
→ List<
Object?> -
no setter
- right → BorderSideDto?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool
-
no setterinherited
- top → BorderSideDto?
-
final
- verticalInside → BorderSideDto?
-
final
Methods
-
getDiff(
EqualityMixin other) → Map< String, String> -
inherited
-
merge(
covariant TableBorderDto? other) → TableBorderDto -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
MixData mix) → TableBorder -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
from(
TableBorder border) → TableBorderDto -
maybeFrom(
TableBorder? border) → TableBorderDto?