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