SettingItem.standardButton constructor

SettingItem.standardButton({
  1. required StandardButtonElement? standardButton,
  2. SettingItemType itemType = SettingItemType.standardButton,
})

Implementation

SettingItem.standardButton(
    {required this.standardButton,
    this.itemType = SettingItemType.standardButton})
    : assert(standardButton != null);