factory ButtonOptions.fromText(String text, {bool isEnabled = true}) => ButtonOptions(text: text, isEnabled: isEnabled);