This website works better with JavaScript.
Explore
Help
Sign In
flutter_pub
/
ansu_ui
Watch
2
Star
0
Fork
You've already forked ansu_ui
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6ead6aced6
master
null_safety
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6ead6aced6'
${ noResults }
ansu_ui
/
lib
/
bar
/
as_tabbar_item.dart
9 lines
108 B
Raw
Normal View
History
Unescape
Escape
tab bar add tag
4 years ago
class
ASTabBarItem
{
migrate ansu_ui to sound null-safety mode.
4 years ago
String
?
title
;
String
?
tag
;
tab bar add tag
4 years ago
ASTabBarItem
(
{
this
.
title
,
this
.
tag
,
}
)
;
}