skip to Main Content

Android Studio – Am I adding radius to the appBar or the Container on this please ? I need the appbar to slant like this

return Scaffold( appBar: PreferredSize( preferredSize: Size.fromHeight(150), child: AppBar( elevation: 0, leading: IconButton( icon: Icon(Icons.arrow_back), color: Colors.black, onPressed: () {}, ), actions: [ TextButton( onPressed: () {}, child: Text( 'Skip', style: GoogleFonts.halant( textStyle: TextStyle( fontSize: 16, fontWeight: FontWeight.w600, color: Colors.black, ),…

VIEW QUESTION
Back To Top
Search