View constructor
View([
- void b()?
Creates a new View object using the builder pattern.
Implementation
factory View([void Function(ViewBuilder)? b]) = _$View;
Creates a new View object using the builder pattern.
factory View([void Function(ViewBuilder)? b]) = _$View;