refactoring

This commit is contained in:
Nick Fisher
2025-03-19 23:22:19 +08:00
parent 931aab5159
commit a8a2f14b34
13 changed files with 106 additions and 56 deletions

View File

@@ -227,7 +227,7 @@ abstract class FilamentApp<T> {
///
///
///
Future<Uint8List> capture(covariant View view);
Future<Uint8List> capture(covariant View view, {bool captureRenderTarget = false});
///
///