selectAuto method

Widget selectAuto()

select-auto - 自动选择行为

Implementation

Widget selectAuto() {
  return this; // Flutter 默认行为
}