wheel_expand_list 0.0.22 copy "wheel_expand_list: ^0.0.22" to clipboard
wheel_expand_list: ^0.0.22 copied to clipboard

outdated

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 #

7
likes
0
points
70
downloads

Publisher

verified publishereverydaysoft.co.jp

Weekly Downloads

It works in 3D with horizontal scrolling. If the area is exceeded, vertical scrolling occurs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wheel_expand_list