StandardBuildingState constructor

StandardBuildingState(
  1. {bool? highlight,
  2. bool? select}
)

Implementation

StandardBuildingState({this.highlight, this.select})
    : super(map: {
        "highlight": highlight,
        "select": select,
      });