menu
nezha_ui package
documentation
components/steps.dart
NZStep
NZStep.new const constructor
NZStep.new const constructor
dark_mode
light_mode
NZStep
constructor
const
NZStep
(
{
required
String
title
,
String
?
description
,
IconData
?
icon
,
})
Implementation
const NZStep({required this.title, this.description, this.icon});
nezha_ui package
documentation
components/steps
NZStep
NZStep.new const constructor
NZStep class