splitview_pxq

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

splitview pxq

Splitter view plugin #
A split view in dart.
Usage #
To use this plugin, add splitview_pxq as a dependency in your pubspec.yaml file.
Example #
See /example/lib/main.dart
SplitViewPXQ(
spliter: Container(color: Colors.pink,), // touchable separator
direction: SplitViewDirection.horizontal, // children split view direction
spliterSize: 20, // size of separator
spliterOverlapSplitView: true, // separator will be overlap on next child
size: [200, 200, 0], //size of children, last size will be never used
children:[
Container(color: Colors.orangeAccent,),
Container(color: Colors.yellow,),
],
),
copied to clipboard

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.