NsgLigthAppBarStyleMain constructor

const NsgLigthAppBarStyleMain({
  1. required Color mainButtonsColor,
  2. required TextStyle titleStyle,
})

Implementation

const NsgLigthAppBarStyleMain({required this.mainButtonsColor, required this.titleStyle});