freewill_fx_widgets 0.0.1 freewill_fx_widgets: ^0.0.1 copied to clipboard
Custom widgets for FreewillFx Co., Ltd.
TextFontStyle #
This package is simple text widget with modifiable text style.
Installation #
- Add the latest version of package to your pubspec.yaml and run
flutter pub get
dependencies:
freewill_fx_widgets: ^0.0.1
- Import the package and use in your Flutter App
import 'package: freewill_fx_widgets/fx.dart';
TextFontStyle #
Text widget that you can modify TextStyle:
- FontFamily
- FontSize
- Color
- TextAlign
- FontWeight
- TextOverflow
AlertDialog #
Dialog that you can modify the title of the dialog
- title
- buttonColor