BaseState<T extends StatefulWidget>.withProperties constructor Null safety

BaseState<T extends StatefulWidget>.withProperties(
  1. {Map<String, dynamic> properties = const {}}
)

Implementation

BaseState.withProperties({this.properties = const {}});