FilterDialog constructor

FilterDialog(
  1. {dynamic key,
  2. List<List<String>> stops,
  3. dynamic controller}
)

Implementation

FilterDialog({Key key, this.stops, this.controller}) : super(key: key);