mono0926 / flutter_mono_kit

A collection of convenient widgets and utils made by mono.

Home Page:https://pub.dev/packages/mono_kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the ColoredBox widget in list_tile_selected_background_colored_box.dart

Lars- opened this issue · comments

Hi, I like what you're doing here!
Unfortunately I found a problem, the widget ColoredBox is undefined.

Can you provide that code as well?

ListTileSelectedBackgroundColoredBox is release as dev version, so I use Flutter dev channel feature.

ColoredBox is single purpose widget for coloring, but it haven’t shipped as stable channel.
But you can use by changing ColoredBox to Container 👌