menu
electrician_app
core/presentation/widgets/beta_feature_banner.dart
BetaFeatureBanner
BetaFeatureBanner.new const constructor
BetaFeatureBanner.new
dark_mode
light_mode
description
BetaFeatureBanner
constructor
const
BetaFeatureBanner
(
{
Key
?
key
,
String
?
title
,
String
?
message
,
})
Implementation
const BetaFeatureBanner({super.key, this.title, this.message});
electrician_app
beta_feature_banner
BetaFeatureBanner
BetaFeatureBanner.new const constructor
BetaFeatureBanner class