Skip to content

Instantly share code, notes, and snippets.

View albertdugba's full-sized avatar
💭
I play around my screen trying to break and unbreak things

Albert 🇬🇭 albertdugba

💭
I play around my screen trying to break and unbreak things
View GitHub Profile
Scaffold(
appBar: AppBar(
title: AutoSizeText('Doctors List'),
bottom: PreferredSize(child: Row(children: <Widget>[
customButton((){},Icons.filter,'Filter'),
customButton((){},Icons.filter,'Filter'),
customButton((){},Icons.filter,'Filter'),
],), preferredSize: Size.fromHeight(70)),
)
);
Scaffold(
appBar: AppBar(
title: AutoSizeText('Doctors List'),
bottom: PreferredSize(child: Row(children: <Widget>[
customButton((){},Icons.filter,'Filter'),
customButton((){},Icons.filter,'Filter'),
customButton((){},Icons.filter,'Filter'),
],), preferredSize: Size.fromHeight(70)),
)
);