buttonTextColor property
      
      String?
      get
      buttonTextColor
      
    
    
    
Implementation
String? get buttonTextColor => _$this._buttonTextColor;
      
      set
      buttonTextColor
      (String? buttonTextColor) 
      
    
    
    
Implementation
set buttonTextColor(String? buttonTextColor) =>
    _$this._buttonTextColor = buttonTextColor;