PageBlockVerticalAlignmentBottom.fromJson constructor

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

Parse from a json

Implementation

factory PageBlockVerticalAlignmentBottom.fromJson(
        Map<String, dynamic> json) =>
    const PageBlockVerticalAlignmentBottom();