SplitViewContentArea constructor
const
SplitViewContentArea({})
Implementation
const SplitViewContentArea({
super.key,
required String hookName,
required Widget child,
double? flex,
double? size,
double? min,
double? max,
int order = 0,
}) : _hookName = hookName,
_order = order,
_flex = flex,
_size = size,
_min = min,
_max = max,
_child = child;