wheel_expand_list 0.0.22
wheel_expand_list: ^0.0.22 copied to clipboard
It works in 3D with horizontal scrolling. If the area is exceeded, vertical scrolling occurs.
wheel_expand_list #
A new Flutter plugin project.
Construction #
Your favorite design will be reflected in the Widget. #
/*
*You can set your favorite design.
* */
@override
Widget primitiveWidget(
BuildContext context,
String text,
int margin,
double fontSize,
) {
return Container(
width: MediaQuery.of(context).size.width - 30,
color: Colors.green,
child: Text(
text,
style: const TextStyle(
fontSize: 30,
),
),
);
}
Example #
![]() |
![]() |