converters constant
Implementation
static const Map<String,
FlutterEdgeInsetsGeometry Function(Map<String, dynamic>)> converters = {
FlutterEdgeInsets.unionValueAll: FlutterEdgeInsets.fromJson,
FlutterEdgeInsets.unionValueSymmetric: FlutterEdgeInsets.fromJson,
FlutterEdgeInsets.unionValueOnly: FlutterEdgeInsets.fromJson,
FlutterEdgeInsetsDirectional.unionValueAll:
FlutterEdgeInsetsDirectional.fromJson,
FlutterEdgeInsetsDirectional.unionValueOnly:
FlutterEdgeInsetsDirectional.fromJson,
};