mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: pve (#307)
This commit is contained in:
7
lib/core/extension/widget.dart
Normal file
7
lib/core/extension/widget.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
extension WidgetX on Widget {
|
||||
Widget get card {
|
||||
return Card(child: this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user