hoverable_navigation_rail 1.0.1
hoverable_navigation_rail: ^1.0.1 copied to clipboard
A HoverableNavigationRail that gives it's children an ability to use a onHover effect
1.0.1 #
- Fixed the bug where the hover colour had an opacity of 1
1.0.0 #
- Instead of extending, the HoverableNavigationRail Widget is now based on the NavigationRail Widget
- Instead of extending, the HoverableNavigationRailDestination Widget is now based on the NavigationRailDestination Widget
- Support for a normal NavigationRailDestination is dropped
- Added the Flutter license in the flutter_license.txt file to comply with the Flutter license
0.0.1 #
- Created a HoverableNavigationRailDestination Widget that extends the NavigationRailDestination Widget which accepts a Function(bool isHovered) onHoverStateChange
- Created a HoverableNavigationRail Widget which can handle the HoverableNavigationRailDestination's onHoverStateChange