View constructor

View([
  1. void b(
    1. ViewBuilder
    )?
])

Creates a new View object using the builder pattern.

Implementation

factory View([void Function(ViewBuilder)? b]) = _$View;