FlutterMainAxisAlignment.fromJson constructor

FlutterMainAxisAlignment.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory FlutterMainAxisAlignment.fromJson(Map<String, dynamic> json) =>
    _$FlutterMainAxisAlignmentFromJson(json);