ContextSettings constructor
const
ContextSettings({
- required String text,
- ContextType? type,
Implementation
const factory ContextSettings({required String text, ContextType? type}) =
_ContextSettings;