mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-11 02:11:34 +00:00
6 lines
111 B
Dart
6 lines
111 B
Dart
![]() |
import 'package:flutter/material.dart';
|
||
|
|
||
|
// MARK: - Shared Builder
|
||
|
|
||
|
typedef WidgetBuilder = Widget Function();
|