dropdownList property

List<String> get dropdownList

Implementation

static List<String> get dropdownList => [
      'Top Left',
      'Top Center',
      'Top Right',
      'Center Left',
      'Center',
      'Center Right',
      'Bottom Left',
      'Bottom Center',
      'Bottom Right'
    ];