Background constructor

Background([
  1. void b(
    1. BackgroundBuilder
    )?
])

Implementation

factory Background([void Function(BackgroundBuilder)? b]) = _$Background;