fw_ticket

Last updated:

0 purchases

fw_ticket Image
fw_ticket Images
Add to Cart

Description:

fw ticket

Flutter Widget Ticket #

A new Flutter package project.

Getting Started #
Add dependency to pubspec.yaml #
[...]
dependencies:
fw_ticket: any
[...]
copied to clipboard
Install the package using Terminal #
$ flutter packages get
copied to clipboard
Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.
import #
import 'package:fw_ticket/fw_ticket.dart';
copied to clipboard
new Ticket(
innerRadius: new BorderRadius(...),
outerRadius: new BorderRadius(...),
child: new Container(...),
boxShadow: [
new BoxShadow(...)
]
)
copied to clipboard
For help getting started with Flutter, view our online documentation.
For help on editing package code, view the documentation.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.