JsonSafeAreaBuilder constructor

const JsonSafeAreaBuilder({
  1. required bool bottom,
  2. required bool left,
  3. required bool maintainBottomViewPadding,
  4. required EdgeInsets minimum,
  5. required bool right,
  6. required bool top,
})

Implementation

const JsonSafeAreaBuilder({
  required this.bottom,
  required this.left,
  required this.maintainBottomViewPadding,
  required this.minimum,
  required this.right,
  required this.top,
}) : super(numSupportedChildren: kNumSupportedChildren);