StandardBuildingsState constructor

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

Implementation

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