transfer_list

Creator: coderz1093

Last updated:

0 purchases

transfer_list Image
transfer_list Images
Add to Cart

Description:

transfer list

A simple transfer list enables the user to move one or more list items to and fro.
Features #

Getting started #

Add the package in your flutter project.
Import the package import 'package:transfer_list/transfer_list.dart';.

Usage #
TransferList(
leftList: const ['Dog', 'Cat', 'Mouse', 'Rabbit'],
rightList: const ['Lion', 'Tiger', 'Fox' , 'Wolf'],
onChange: (leftList, rightList) {
// your logic
},
listBackgroundColor: Colors.black12,
textStyle: const TextStyle(color: Colors.black),
),
copied to clipboard
Parameters #



Parameter Name
Description




leftList
Initial items on left list


rightList
Initial items on right list


onChange
callback, passes new left and right list


checkboxFillColor
checkbox fill color


tileSplashColor
splash color on the list tile


listBackgroundColor
background color of the list containers


textStyle
text style of text on list tile


height
widget height


width
widget width

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.