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.
777531cc3e
master
null_safety
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '777531cc3e'
${ noResults }
ansu_ui
/
lib
/
bar
/
as_tabbar_item.dart
9 lines
108 B
Raw
Blame
History
class
ASTabBarItem
{
String
?
title
;
String
?
tag
;
ASTabBarItem
(
{
this
.
title
,
this
.
tag
,
}
)
;
}
Reference in new issue
View Git Blame
Copy Permalink