mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 21:07:24 +00:00
download and downloading page
This commit is contained in:
@@ -56,4 +56,12 @@ extension WidgetExtension on Widget{
|
||||
Widget sliverPaddingHorizontal(double padding){
|
||||
return SliverPadding(padding: EdgeInsets.symmetric(horizontal: padding), sliver: this);
|
||||
}
|
||||
|
||||
Widget fixWidth(double width){
|
||||
return SizedBox(width: width, child: this);
|
||||
}
|
||||
|
||||
Widget fixHeight(double height){
|
||||
return SizedBox(height: height, child: this);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user