style method

Implementation

NsgLigthAppBarStyleMain style() {
  return NsgLigthAppBarStyleMain(
      mainButtonsColor: mainButtonsColor ?? ControlOptions.instance.colorMainLight,
      titleStyle: titleStyle ?? TextStyle(fontSize: ControlOptions.instance.sizeL, fontWeight: FontWeight.w500, fontFamily: 'Inter'));
}