BorderProps class Null safety
- Implemented types
- Implementers
Constructors
- BorderProps({required String? borderWidth, required String? borderLeft, required String? borderRight, required String? borderTop, required String? borderBottom, required String? borderStyle, required String? borderColor, required String? borderRadius, required String? borderBottomLeftRadius, required String? borderBottomRightRadius, required String? borderTopLeftRadius, required String? borderTopRightRadius, required String? borderLeftRadius, required String? borderRightRadius, required String? borderTopRadius, required String? borderBottomRadius})
Properties
- borderBottom → String?
-
final
- borderBottomLeftRadius → String?
-
final
- borderBottomRadius → String?
-
final
- borderBottomRightRadius → String?
-
final
- borderColor → String?
-
final
- borderLeft → String?
-
final
- borderLeftRadius → String?
-
final
- borderRadius → String?
-
final
- borderRight → String?
-
final
- borderRightRadius → String?
-
final
- borderStyle → String?
-
final
- borderTop → String?
-
final
- borderTopLeftRadius → String?
-
final
- borderTopRadius → String?
-
final
- borderTopRightRadius → String?
-
final
- borderWidth → String?
-
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited