navcat docs
Preparing search index...
navcat
BuildContext
Variable BuildContext
Const
BuildContext
:
{
create
:
()
=>
BuildContextState
;
end
:
(
context
:
BuildContextState
,
name
:
string
)
=>
void
;
error
:
(
context
:
BuildContextState
,
message
:
string
)
=>
void
;
info
:
(
context
:
BuildContextState
,
message
:
string
)
=>
void
;
start
:
(
context
:
BuildContextState
,
name
:
string
)
=>
void
;
warn
:
(
context
:
BuildContextState
,
message
:
string
)
=>
void
;
}
= ...
Type Declaration
create
:
()
=>
BuildContextState
end
:
(
context
:
BuildContextState
,
name
:
string
)
=>
void
error
:
(
context
:
BuildContextState
,
message
:
string
)
=>
void
info
:
(
context
:
BuildContextState
,
message
:
string
)
=>
void
start
:
(
context
:
BuildContextState
,
name
:
string
)
=>
void
warn
:
(
context
:
BuildContextState
,
message
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
navcat docs
Loading...