flutter_json_widgets
shape_border
ShapeBorder
ShapeBorder.fromJson factory constructor
ShapeBorder.fromJson
ShapeBorder.fromJson
constructor
Null safety
ShapeBorder.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory ShapeBorder.fromJson(Map<String, Object?> json) => _$ShapeBorderFromJson(json);
flutter_json_widgets
shape_border
ShapeBorder
ShapeBorder.fromJson factory constructor
ShapeBorder class
Constructors
beveledRectangle
border
circle
continuousRectangle
directional
fromJson
noneInput
outlineInput
oval
roundedRectangle
stadium
star
underlineInput
Properties
hashCode
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==