This website requires JavaScript.
Explore
Help
Register
Sign in
android-apps-mirrors
/
CakeWallet
Watch
0
Star
0
Fork
You've already forked CakeWallet
0
mirror of
https://github.com/cake-tech/cake_wallet.git
synced
2025-06-28 12:29:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c2cca1ff37
CakeWallet
/
lib
/
utils
/
list_section.dart
5 lines
98 B
Dart
Raw
Normal View
History
Unescape
Escape
TMP 4
2020-06-20 10:10:00 +03:00
class
ListSection
<
Item
>
{
Flutter upgrade
2022-10-12 13:09:57 -04:00
const
ListSection
(
{
required
this
.
items
}
)
;
TMP 4
2020-06-20 10:10:00 +03:00
final
List
<
Item
>
items
;
}
Reference in a new issue
Copy permalink