NuniyoAppBar method

AppBar NuniyoAppBar()

Implementation

AppBar NuniyoAppBar(){
  return AppBar(
    title: Text('Flutter ESign',style: GoogleFonts.openSans(fontSize: 18,textStyle: TextStyle(color: Colors.black, letterSpacing: .5,fontWeight: FontWeight.bold))),
    backgroundColor: secondaryColorOfApp,
    elevation: 0,
  );
}