FillerArea constructor
FillerArea({
- List<
Widget> ? children, - Widget? child,
- EdgeInsets? padding,
- double? spacing,
Implementation
FillerArea({this.children, this.child, this.padding, this.spacing}) {
assert(child != null || children != null);
}