mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
comic list & explore page
This commit is contained in:
@@ -64,6 +64,10 @@ extension WidgetExtension on Widget{
|
||||
Widget fixHeight(double height){
|
||||
return SizedBox(height: height, child: this);
|
||||
}
|
||||
|
||||
Widget toSliver(){
|
||||
return SliverToBoxAdapter(child: this);
|
||||
}
|
||||
}
|
||||
|
||||
/// create default text style
|
||||
|
Reference in New Issue
Block a user