ItemSelectTable constructor

ItemSelectTable({
  1. int? position,
  2. Map<String, dynamic>? strings,
})

Implementation

ItemSelectTable({this.position, Map<String, dynamic>? strings})
    : super(strings: strings);