SelectState constructor

SelectState({
  1. BuildContext? context,
  2. double offset = 0,
})

Implementation

SelectState({this.context, this.offset = 0});