# Single Button
If you only need a single button, checkout the ConvexButton
.
Scaffold(
bottomNavigationBar: ConvexButton.fab(
onTap: () => debugPrint('click'),
),
);
1
2
3
4
5
2
3
4
5
← Badge RTL Support →
If you only need a single button, checkout the ConvexButton
.
Scaffold(
bottomNavigationBar: ConvexButton.fab(
onTap: () => debugPrint('click'),
),
);
← Badge RTL Support →