cxui library
the cxui components.
To use, import "package:flutter_cxui/cxui.dart".
Classes
- CxButton
- Button Component
- CxCard
- Card Component
- CxIconButton
- Icon Button Component. The Icon is too simple that gives it click event. The Icon has more properties. It includes icon, size, color, hoverColor, focusColor, padding, bgColor.
- CxImageCard
-
Image Card Component
The focus of the image card is the
imgaddress. address is local or network. Additional properties are title, subtitle, topRight, topLeft, bottomRight, bottomLeft, cornerHeight or imgFix. The topRight, topLeft, bottomRight and bottomLeft are in the Stack layout. Their type is Widget. - CxPlaceGrid
- Place Grid Component.
- CxSelectButtonList
-
Select Button List
It likes that select item of the video play list in the video play page of tencent video website.
the data and onChange of the component are required properties.
the type of
datais List. the subtype of List is String. theonChangeis event. the event can be called after the data item widget is clicked. - CxSliderView
- Slider View Component.
- Title Navigation It likes component of the category list.
- PlaceGridItem
- item data of the Place Grid Component
- SliderObject
- the item object of the Slider View Component.
Enums
- CxButtonType
-
Button type. it's
enumtype.