flutter_json_widgets
widget
RepaintBoundary
RepaintBoundary const constructor
RepaintBoundary
RepaintBoundary
constructor
Null safety
const
RepaintBoundary
(
{
Key
?
key
,
Widget
?
child
}
)
Implementation
const factory RepaintBoundary({final Key? key, final Widget? child}) = _$RepaintBoundary;
flutter_json_widgets
widget
RepaintBoundary
RepaintBoundary const constructor
RepaintBoundary class
Constructors
RepaintBoundary
fromJson
Properties
child
copyWith
hashCode
key
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==